projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d0a99
)
dts: zynq: Add zynq qspi controller nodes
author
Jagan Teki
<
[email protected]
>
Sat, 15 Aug 2015 17:32:31 +0000
(23:02 +0530)
committer
Jagan Teki
<
[email protected]
>
Sun, 25 Oct 2015 14:47:01 +0000
(20:17 +0530)
This patch adds zynq qspi controller nodes in zynq-7000.dtsi.
Signed-off-by: Jagan Teki <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
Cc: Siva Durga Prasad Paladugu <
[email protected]
>
Acked-by: Michal Simek <
[email protected]
>
Tested-by: Jagan Teki <
[email protected]
>
arch/arm/dts/zynq-7000.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynq-7000.dtsi
b/arch/arm/dts/zynq-7000.dtsi
index 0b62cb093658a79de876e015985a7b92e9135103..84c15b5c792ee5f2e1237f870e4e770dd07e6047 100644
(file)
--- a/
arch/arm/dts/zynq-7000.dtsi
+++ b/
arch/arm/dts/zynq-7000.dtsi
@@
-191,6
+191,18
@@
#size-cells = <0>;
};
+ qspi: spi@e000d000 {
+ clock-names = "ref_clk", "pclk";
+ clocks = <&clkc 10>, <&clkc 43>;
+ compatible = "xlnx,zynq-qspi-1.0";
+ status = "disabled";
+ interrupt-parent = <&intc>;
+ interrupts = <0 19 4>;
+ reg = <0xe000d000 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
+
gem0: ethernet@e000b000 {
compatible = "cdns,zynq-gem", "cdns,gem";
reg = <0xe000b000 0x1000>;